๐Ÿš€ Socket Launch Week ๐Ÿš€ Day 5: Introducing Socket Fix.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@cloudflare/component-sortable

Package Overview
Dependencies
Maintainers
28
Versions
635
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-sortable

>

1.4.49
npm
Version published
Weekly downloads
798
-16.09%
Maintainers
28
Weekly downloads
ย 
Created
Source

@cloudflare/component-sortable

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-sortable

Usage

import React from 'react';
import pic from './movealong.jpg';

const SortableComponent = () => (
  <div>
    <p>
      <img src={pic} width="400px" alt="Move Along" />
    </p>
    <p>
      This component is intended to wrap tables/expandable-table TableCell and
      expects to receive sortProps from cf-component-auto-fetch (it is used in
      the example there). It is a tiny connector between auto-fetch and table
      header sorting UI represented by an arrow.
    </p>
  </div>
);

export default SortableComponent;

FAQs

Package last updated on 11 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts